home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / ScrollWindow / ExampleApp.h < prev    next >
Text File  |  1995-06-12  |  363b  |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface ExampleApp:Application
  7. {
  8.     id    mysteryMatrix;
  9.     id    infoWindow;
  10.     id    mysteryScroller;
  11.     id    mysteryWindow;
  12. }
  13.  
  14. - appDidInit:sender;
  15. - setMysteryMatrix:anObject;
  16. - setInfoWindow:anObject;
  17. - setMysteryScroller:anObject;
  18. - setMysteryWindow:anObject;
  19. - mysteryAction:sender;
  20.  
  21. @end
  22.